/* @import url('https://fonts.googleapis.com/css?family=Proxima+Nova'); */

@font-face {
  font-family: "proxima";
  src: url("/fonts/ProximaNova-Black.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "proxima";
  src: url("/fonts/ProximaNova-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "proxima";
  src: url("/fonts/ProximaNova-Semibold.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Droid Arabic Kufi bold";
  src: url("/fonts/droidKufi/Droid_Kufi_Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Droid Arabic Kufi";
  src: url("/fonts/droidKufi/Droid_Kufi_Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "technology";
  src: url("/fonts/icon/technology.eot");
  src: url("/fonts/icon/technology.eot?#iefix") format("embedded-opentype"),
    url("/fonts/icon/technology.woff") format("woff"),
    url("/fonts/icon/technology.ttf") format("truetype"),
    url("/fonts/icon/technology.svg#technology") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* ___________________ Variables ___________________ */
:root {
  --sky-color: #75d3dd;
  --baseline-color: #fbfbfb;
  --brrown-color: #e8853e;
  --purple-color: #2e2d54;

  --animate-duration: 1s;
}

/* ___________________ body ___________________ */

body {
  background-size: 50px 50px;
  background-image: linear-gradient(to right,
      rgb(236, 236, 236) 1px,
      transparent 1px),
    linear-gradient(to bottom, rgb(236, 236, 236) 1px, transparent 1px);
  /* font-family: "Adobe Clean", sans-serif; */
  /* font-family: Droid Arabic Kufi,Arial,sans-serif; */
  font-family: proxima, Droid Arabic Kufi, Arial, sans-serif;
  overflow-x: hidden;
  background-repeat: unset !important;
  max-width: 100vw;
  margin: auto;

}

#about {
  margin-top: 15%;
}

html {
  scroll-behavior: smooth;
}

/* ___________________ Commons ___________________ */

section {
  padding: 30px;
  margin: 50px 0;
}

.large-text {
  font-size: 40px;
  font-weight: 800;
  color: var(--purple-color);
}

.text-mid {
  font-size: 36px;
  font-weight: 700;
}

.color-sky {
  color: var(--sky-color);
}

@media only screen and (max-width: 992px) {
  body>section.my-1>div>div {
    font-size: 2vw;
  }

  .large-text {
    font-size: 40px;
  }

  .text-mid {
    font-size: 3vw !important;
  }

  body>section.my-1>div>div>div.wow.animate__.animate__fadeInUp.animated>p {
    font-size: 4vw !important;
  }

  body>section.my-1>div>div>div.wow.animate__.animate__fadeInUp.animated>span {
    font-size: 3vw !important;
  }

  .text-mid {
    font-size: 30px;
  }



  #contact-form-submit>img {
    width: 120% !important;
    height: 120% !important;
  }
}

@media only screen and (max-width: 767px) {
  .large-text {
    font-size: 24px;
  }
  #who-can-apply > div > div > div.xl\:col-span-2 > h2{
    text-align: center;
  }
  .text-mid {
    font-size: 20px;
  }
  .whoCanApplydev{
    margin: 0 !important;
  }
}

/* ___________________ Navbar ___________________*/
.navbar {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999999999999;
  color: white;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
  /* background-color: aqua; */
  max-height: 105px !important;

}

.navbar .inner-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  min-height: 100px;
  width: 100vw;
  font-size: 19px;
}



.navbar .logo {
  max-width: 290px;
}

#lang-btn2 {
  background-color: transparent !important;
}

.navbar #lang-btn,
#lang-btn2 {
  background-color: var(--sky-color);
  font-size: 16px;
  color: var(--baseline-color);
  width: 40px;
  height: 40px;
}

.navbar #apply-nav-btn {
  background-color: #75d3dd;
  color: var(--baseline-color);
  /* font-size: 24px; */
  padding: 2px 3px;
  /* margin: 0 16px; */
}

.out-collapse {
  align-self: stretch;
}

.collaps {
  cursor: pointer;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  height: 100%;
}

.content {
  background-color: #fff;
  color: #2e2d54;
  cursor: pointer;
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  text-align: center;
  margin-top: 6rem;
  line-height: 2.5;
  font-size: 24px;
  font-weight: 900;
  z-index: 9;
  transition: all 0.5s ease-in-out;
}

.collaps::before,
.collaps::after {
  content: "";
  width: 100%;
  height: 3px;
  left: 0;
  position: absolute;
  top: calc(50% - 3px);
  background-color: var(--sky-color);
}

.collaps::after {
  top: calc(50% + 3px);
}

@media only screen and (max-width: 767px) {
  .navbar .logo {
    width: 155px;
  }
  body[dir="rtl"] #header-txt {
    font-size: 5.2vw !important;
}
.hd_nav_box{
  margin-top: 1rem;
}
body[dir="rtl"] .logo1{
  margin-left: unset !important;
}
}

/* ___________________ Header ___________________*/

/* header{
    background-image: url('/images/small\ icons.svg');
} */

.header-content {
  /* padding: 0 5vw; */
  text-align: center;
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: 40px;
}

.header-content .shapes {
  width: 150px;
  margin: 100px auto 30px;
}

.header-content button {
  color: var(--sky-color);
  font-size: 24px;
  padding: 10px 24px;
}

/* ___________________ About ___________________*/

.circle-btn {
  width: 150px;
  height: 150px;
  font-size: 35px;
  padding: 20px;
  background-color: var(--brrown-color);
  border-radius: 50%;
}

.circle-btn:hover {
  background-color: #e26d1a;
  overflow: hidden;
}
#master_menu > nav > ul > li > a:hover{
  color: #e26d1a;

}
.circle-btn:hover img {
  animation: fadeInBottomRight;
  animation-duration: 1s;
}

/* #about .contain:first-child::before {
  content: "";
  position: absolute;
  top: 10%;
  left: 10%;
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-bottom: 50px solid var(--purple-color);
  transform: rotate(-10deg);
} */

#about .contain:first-child::after {
  content: "";
  position: absolute;
  right: 10%;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--sky-color);
}

#about .inner-content {
  width: fit-content;
  padding: 20px;
}

#about .hexagon {
  width: 250px;
  height: 136px;
  padding: 35px;
  font-size: 15px;
  color: var(--baseline-color);
  display: flex;
  align-items: center;
  justify-content: center;
}

#about .hexagon::before {
  top: -68px;
  border-left: 125px solid transparent;
  border-right: 125px solid transparent;
  border-bottom: 68px solid var(--brrown-color);
}

#about .hexagon::after {
  bottom: -68px;
  border-left: 125px solid transparent;
  border-right: 125px solid transparent;
  border-top: 68px solid var(--brrown-color);
}

#about .hexagon:hover .hexaon-outline {
  top: -69px;
  left: -2px;
}

.inner-content:nth-child(1),
.programe-box:nth-child(1) {
  animation-delay: 0.5s;
}

.inner-content:nth-child(2),
.programe-box:nth-child(2) {
  animation-delay: 0.5s;
}

.inner-content:nth-child(3),
.programe-box:nth-child(3) {
  animation-delay: 0.8s;
}

.inner-content:nth-child(4),
.programe-box:nth-child(4) {
  animation-delay: 0.8s;
}

@media only screen and (max-width: 767px) {
  .circle-btn {
    width: 60px;
    height: 60px;
    font-size: 14px;
  }

  #about .contain:first-child::before {
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 30px solid var(--purple-color);
  }

  #about .contain:first-child::after {
    width: 25px;
    height: 25px;
  }
}

/* ___________________ Dates ___________________*/
#dates .inner-content {
  font-size: 30px;
  font-weight: 700;
}

.hexagon {
  width: 200px;
  height: 110px;
  background: var(--brrown-color);
  position: relative;
  margin: 100px auto;
  font-size: 30px;
  font-weight: 700;
}

.hexagon::before {
  content: "";
  position: absolute;
  top: -55px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 100px solid transparent;
  border-right: 100px solid transparent;
  border-bottom: 55px solid var(--brrown-color);
}

.hexagon::after {
  content: "";
  position: absolute;
  bottom: -55px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 100px solid transparent;
  border-right: 100px solid transparent;
  border-top: 55px solid var(--brrown-color);
}

.hexaon-outline {
  position: absolute;
  z-index: 999;
  top: -40px;
  left: 8px;
  transition: all 150ms ease-in-out;
}

.hexagon:hover .hexaon-outline {
  top: -55px;
  left: -2px;
}

/* ___________________ Who-can-apply ___________________*/
@media screen and (min-width:780px) {
  #who-can-apply {
    /* margin-top: 20rem; */
    margin-left: 50px !important;
  }
}

/* .whoCanApplydev { */
  /* margin-right: -50px !important; */
/* } */

#images-section img {
  width: 35vw;
  margin: auto;
}

#who-can-apply .box {
  outline: 7px solid #2e2d54;
  /* background-color: #4b4b4b; */
}

span.li-item {
  color: var(--brrown-color);
  font-weight: 400;
  padding: 0px 10px;
  font-size: 25px;
}

/* ___________________ Program Trend ___________________*/

#programe-tracks .inner-content {
  padding: 20px;
}

#programe-tracks .circle-div {
  height: 200%;
  width: 100%;
  padding: 20px;
  display: flex;
  color: white;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  background-color: var(--brrown-color);
  border-radius: 50%;
  font-size: .9rem;
}

#programe-tracks .circle-div img {
  width: 22%;
}

#programe-tracks .hexa-icon {
  top: 95px;
  left: -40px;
  width: 50%;
}

@media only screen and (max-width: 1024px) {
  #programe-tracks .circle-div {
    height: 30vw;
    width: 30vw;
  }
}

@media only screen and (max-width: 768px) {
  #programe-tracks .circle-div {
    height: 40vw;
    width: 40vw;
    margin: auto;
  }

  #swiper-container {
    width: 100vw;
  }
}
/* ___________________ The Program ___________________*/
.programe-box {
  position: relative;
  max-width: 450px;
  height: 350px;
  transition: all 150ms ease-in-out;
  /* overflow: hidden; */
  /* margin: 0 auto; */
}

.programe-box div {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 10px 30px;
  font-size: 25px;
  color: var(--baseline-color);
  background-color: var(--brrown-color);

  /* background-color: var(--purple-color); */
}

.programe-box .box-hover>* {
  padding: 5px;
}

.programe-box .box-hover {
  position: absolute;
  top: 0;
  left: 0;
  /* background-color: var(--brrown-color); */
  background-color: var(--purple-color);
  font-weight: 600;
  opacity: 1;
  transition: all 300ms ease-in-out;
}

.programe-box:hover .box-hover {
  opacity: 0;
}

.programe-box:hover div:nth-child(2) {
  /* animation: flipInY;  */
  /* animation-duration: 2s ;  */
}

.programe-box img {
  width: 177px;
}

.categories {
  position: relative;
  /* z-index: 50; */
  margin: 30px 10px;
  /* overflow: hidden; */
}

.hexa-icon {
  position: absolute;
  width: 20%;
  top: 0;
  right: 0;
  z-index: -1;
  transform: translate(20%, -50%);
  animation-name: rotate;
  animation-duration: 8s;
  animation-delay: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-direction: normal;
}

@keyframes rotate {
  0% {
    transform: translate(20%, -50%) rotate(0deg);
  }

  100% {
    transform: translate(20%, -50%) rotate(360deg);
  }
}

.circle-icon {
  position: absolute;
  position: absolute;
  width: 25%;
  top: 0;
  left: 0;
  z-index: -1;
  /* overflow: hidden; */
  transform: translate(-40%, 100%);
}

@media only screen and (max-width: 767px) {
  .programe-box div {
    font-size: 18px;
  }
}

/* ______________________ Apply_Form _________________ */

#apply-page,
#faq-page {
  margin-top: 90px;
}

#apply-form,
#faq {
  background-color: white;
  font-size: 22px;
  margin-top: 30px;
  padding: 40px;
  border: 10px solid var(--purple-color);
}

#apply-form .form-item>label,
#contact-form .form-item>label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: inherit;
  padding: 1rem 0.75rem;
  line-height: 1.25;
  pointer-events: none;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}

#apply-form .form-item>.form-input,
#contact-form .form-item>.form-input {
  width: 100%;
  display: block;
  font-size: inherit;
  height: calc(3.5rem + 8px);
  line-height: 1.25;
  padding: 1rem 0.75rem;
  border-bottom: 2px solid black;
  background-color: transparent;
}

#apply-form .form-item>.form-input[type="date"] {
  font-size: 0;
}

#apply-form .form-item>.form-input[type="date"]:focus {
  font-size: inherit;
}

#apply-form .form-item>.form-input:hover {
  border-bottom: 2px solid var(--sky-color);
}

.form-check {
  padding: 1rem 0.75rem;
  font-size: 18px;
}

.form-check input {
  width: 18px;
  height: 18px;
  appearance: none;
  border-radius: 50%;
  border: var(--purple-color) 5px solid;
  background-color: var(--purple-color);
  transition: all 200mls;
  cursor: pointer;
  margin-right: 0.5rem;
}

.form-check input:checked {
  background-color: var(--sky-color);
}

@media only screen and (max-width: 767px) {
  #apply-form {
    font-size: 18px;
    margin-top: 30px;
    padding: 20px;
    border: 8px solid var(--purple-color);
  }

}

/* ______________________ FAQ _________________ */

#faq-page {
  color: var(--purple-color);
}

.quetion-box {
  margin-bottom: 20px;
}

.quetion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.quetion-header .toggel-icon {
  position: relative;
  min-width: 50px;
  height: 60px;
  margin: 15px;
  overflow: visible;
  color: white;
  display: flex;
  font-weight: bolder;
  justify-content: center;
  align-items: center;
  background-image: url("/images/filled-hexagon.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.quetion-header .toggel-icon::after {
  content: "";
  position: absolute;
  width: calc(100% + 4px);
  height: calc(100%);
  left: 3px;
  top: 6px;
  background-image: url("/images/hexagon\ \(3\).png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.quetion-box .answer {
  transition: all 150ms ease-in-out;
  width: 90%;
  font-size: 16px;
  font-weight: bold;
}

.answer ul li {
  list-style: disc;
  margin-left: 30px;
  margin: 10px 0px 10px 30px;
}

@media only screen and (max-width: 767px) {
  #faq .text-mid {
    font-size: 16px;
  }

  .quetion-box .answer {
    font-size: 14px;
  }

  #apply-form,
  #faq {
    padding: 20px;
    border: 5px solid var(--purple-color);
  }
}

/* ______________________ Partners _________________ */
#partners {
  background-color: white;
  margin: 50px;
  padding: 70px;
  border: 20px solid var(--purple-color);
}

#video-div-home,
#video-div-prev-1,
#video-div-prev-2 {
  background-color: white;
  margin: auto;
  /* padding: 20px; */
  border: 5px solid var(--purple-color);
  /* width: 65%; */
}

@media only screen and (max-width: 767px) {

  #video-div-home,
  #video-div-prev-1,
  #video-div-prev-2 {
    background-color: white;
    margin: auto;
    /* padding: 20px; */
    border: 5px solid var(--purple-color);
    width: 100%;
  }
}

.swiper {
  width: 75%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  /* padding: 0 20px; */
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  height: 150px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50%;
  max-width: 100%;
  box-sizing: border-box;
  border: 1px solid #aaa;
}

@media only screen and (max-width: 767px) {
  .swiper-slide {
    height: 100px;
  }

  .swiper {
    width: 100%;
  }

  #partners {
    background-color: white;
    margin: 50px 10px;
    padding: 20px;
  }
}

.colored-text {
  color: #2e2d54;
}

/* ______________________ contact _________________ */

#contact-form {
  background-color: var(--sky-color);
  color: var(--baseline-color);
  padding: 50px;
}

#contact-form .form-item {
  margin: 20px;
}

#contact-form .form-item>.form-input {
  border-bottom: 2px solid white;
}

#contact-form .form-item>textarea.form-input {
  height: 102px;
}

/* #contact-form .circle-btn {
  width: 100px;
  height: 100px;
  font-size: 20px;
  padding: 10px;
  cursor: pointer;
} */

#contact-us h2 {
  margin-bottom: 1em;
}

#contact-us .contact-list ul li {
  margin-bottom: 4em;
  font-size: 18px;
}

#contact-us .contact-list ul li img {
  display: inline-block;
  margin: 0 5px;
  width: 50px;
  height: 50px;
}

.main_img {
  position: relative;
  padding-top: 106%;
  border: 10px solid #2e2d54;
  overflow: hidden;
}

.main_img .img_ {
  transform: scale(1.01);
  transition: all 0.5s ease;
}

.main_img:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 1s ease;
  background: #2e2d54;
  transform: translateY(0);
}

.main_img .ply_icon {
  position: absolute;
  left: 0;
  top: 2%;
  width: 20%;
}

.main_img .ply_icon svg {
  height: 100%;
  width: 100%;
  transform: scale(0.9);
  transition: all 0.5s ease;
}

.main_img .ply_icon svg path {
  fill: #74d3dd;
}

.main_img:hover .img_ {
  transform: scale(1.05);
}

.main_img:hover .ply_icon svg {
  transform: scale(1.05);
}

.main_img:after {
  transform: translateY(100%);
  transition-delay: 0.8s;
}

.img_ {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 90%;
  width: 90%;
  background-size: contain;
}

.img_ {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}

.img_ {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
}

.home-section {
  position: relative;
  overflow: visible;
}

article,
aside,
details,
figcaption,
figure,
footer,
.header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

*,
::after,
::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.home-section.partner_sec .inner_ .traingle_ {
  position: absolute;
  z-index: -1;
  padding-top: 15%;
  width: 17%;
  top: 13%;
  right: -8%;
}

.header .nav_box_wrapper.show .traingle_ {
  opacity: 1;
  transform: none;
  transition-delay: 0.5s;
}

.header .nav_box_wrapper.show .traingle_ {
  transition-delay: 1s;
}

.header .nav_box_wrapper .traingle_ {
  position: absolute;
  left: -6%;
  top: 20%;
  z-index: -1;
  padding-top: 10%;
  width: 12%;
}

.traingle_ {
  opacity: 0;
  transform: scale(0) translateY(60px);
  transform-origin: center;
  transition: all 1s;
  animation: tria_anim 5s linear alternate infinite;
  transform-origin: center;
}

.home-section.hme_abt .inner_ .img_bx .traingle_ {
  position: absolute;
  left: -20%;
  top: 0;
  z-index: -1;
  padding-top: 37%;
  width: 42%;
}

.home-section.prgrm_sec .inner_ .traingle_ {
  position: absolute;
  left: -7%;
  top: 0%;
  z-index: -1;
  padding-top: 12%;
  width: 14%;
}

.home-section.criteria_sec .inner_ .lf_bx .traingle_ {
  position: absolute;
  right: 5%;
  top: -13%;
  z-index: -1;
  padding-top: 24%;
  width: 28%;
}

.home-section.criteria_sec .inner_ .lf_bx .polygon_ {
  position: absolute;
  left: -15%;
  top: 25%;
  z-index: -1;
  padding-top: 40%;
  width: 34%;
  transform: rotate(0) translateY(100px);
  transition: all 1s ease;
  opacity: 0;
  animation: tria_anim 5s linear infinite alternate;
  transform-origin: center;
}

.home-section.partner_sec .inner_ .traingle_ {
  position: absolute;
  z-index: -1;
  padding-top: 15%;
  width: 17%;
  top: 13%;
  right: -8%;
}

.home-section.cntct_sec .inner_ .cntct_bx .rt .traingle_ {
  position: absolute;
  left: -10%;
  top: 5%;
  z-index: -1;
  padding-top: 18%;
  width: 21%;
}

.home-section.inView .traingle_ {
  transition-delay: 0.5s;
  opacity: 1;
  transform: none;
}

.home-section.inView .traingle_ {
  transition-delay: 1.4s;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 1024px) {
  .container {
    width: 100%;
    max-width: 88%;
  }
}

@media screen and (max-width: 1024px) {
  .container {
    max-width: 90%;
  }
}

@media screen and (max-width: 767px) {
  .container {
    max-width: 95%;
  }
}

@media screen and (min-width: 1024px) {
  .app_page .container {
    width: 100%;
    max-width: 80%;
  }
}

.popup_box.md_box .inner_ {
  padding: 4em 3em;
}

.popup_box.md_box .inner_ .content_box {
  width: 100%;
  flex: inherit;
  padding-top: 1em;
}

.popup_box .inner_ {
  position: relative;
  padding: 2em;
}

.popup_box .inner_>.title_ {
  font-size: 2.3vw;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 0.3em;
  width: 100%;
}

.popup_box .inner_ .content_box {
  padding-top: 2em;
}

.popup_box .inner_ .content_box .head_box {
  font-size: 3.5vw;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0.3em;
}

.popup_box .inner_ .content_box .text_box {
  text-align: justify;
}

@media only screen and (max-width: 767px) {
  .popup_box {
    width: 95vw;
  }

  .popup_box .inner_ {
    padding: 3em 2em 2em;
  }

  .popup_box .inner_>.title_ {
    font-size: 6vw;
  }

  .popup_box .inner_ .left_box {
    width: 100%;
    padding-right: 0;
  }

  .popup_box .inner_ .left_box .number_box {
    font-size: 30vw;
  }

  .popup_box .inner_ .left_box .title_ {
    font-size: 8vw;
    margin-bottom: 40px;
  }

  .popup_box .inner_ .left_box .icon_box {
    padding-top: 50%;
  }

  .popup_box .inner_ .img_box {
    width: 60%;
    height: 0;
    padding-top: 128%;
  }

  .popup_box .inner_ .content_box .head_box {
    font-size: 8.5vw;
  }

  html[dir="rtl"] .popup_box .inner_ .left_box {
    padding-left: 0;
  }
}

.home-section.hme_abt .inner_ {
  text-align: center;
  width: 55%;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .home-section.hme_abt .inner_ {
    width: 100%;
  }

  .home-section.hme_abt .inner_ .img_bx {
    width: 100%;
  }
}

.home-section.hme_abt .inner_ .hd_txt {
  opacity: 0;
  transform: translateY(60px);
  transition: all 1s ease;
}

.home-section.hme_abt .inner_ .hd_txt h4 {
  font-size: 1.5vw;
  color: #74d3dd;
  margin: 0 0 0.5em;
}

@media only screen and (max-width: 767px) {
  .home-section.hme_abt .inner_ .hd_txt h4 {
    font-size: 4vw;
  }
}

.home-section.hme_abt .inner_ .hd_txt span.sb_txt {
  font-size: 1vw;
  color: #555555;
}

@media only screen and (max-width: 768px) {
  .home-section.hme_abt .inner_ .hd_txt span.sb_txt {
    font-size: 1.3vw;
  }
}

@media only screen and (max-width: 767px) {
  .home-section.hme_abt .inner_ .hd_txt span.sb_txt {
    font-size: 4vw;
  }
}

.home-section.hme_abt .inner_ .img_bx {
  position: relative;
  width: 100%;
  margin: 4em auto 0;
}

@media only screen and (max-width: 767px) {
  .home-section.hme_abt .inner_ .img_bx {
    width: 100%;
  }
}

.home-section.hme_abt .inner_ .img_bx .main_img {
  position: relative;
  padding-top: 106%;
  border: 10px solid #2e2d54;
  overflow: hidden;
}

.home-section.hme_abt .inner_ .img_bx .main_img .img_ {
  transform: scale(1.01);
  transition: all 0.5s ease;
}

.home-section.hme_abt .inner_ .img_bx .main_img:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 1s ease;
  background: #2e2d54;
  transform: translateY(0);
}

.home-section.hme_abt .inner_ .img_bx .main_img .ply_icon {
  position: absolute;
  left: 0;
  top: 2%;
  width: 20%;
}

.home-section.hme_abt .inner_ .img_bx .main_img .ply_icon svg {
  height: 100%;
  width: 100%;
  transform: scale(0.9);
  transition: all 0.5s ease;
}

.home-section.hme_abt .inner_ .img_bx .main_img .ply_icon svg path {
  fill: #74d3dd;
}

.home-section.hme_abt .inner_ .img_bx .main_img:hover .img_ {
  transform: scale(1.05);
}

.home-section.hme_abt .inner_ .img_bx .main_img:hover .ply_icon svg {
  transform: scale(1.05);
}

.home-section.hme_abt .inner_ .img_bx .big_round,
#video-section>div>div>div.big_round {
  position: absolute;
  right: -80px;
  bottom: -100px;
  z-index: -1;
}

@media only screen and (max-width: 1024px) {
  .home-section.hme_abt .inner_ .img_bx .big_round {
    bottom: -45px;
  }
}

@media only screen and (max-width: 767px) {
  .home-section.hme_abt .inner_ .img_bx .big_round {
    bottom: -30px;
    right: -40px;
  }
}

.home-section.hme_abt .inner_ .img_bx .traingle_ {
  position: absolute;
  left: 0;
  top: 15%;
  z-index: -1;
  padding-top: 37%;
  width: 42%;
}

.home-section.hme_abt .inner_ .img_bx .line-svg {
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: -30%;
  padding-top: 86%;
  width: 151%;
  z-index: -1;
  opacity: 0;
  transition: all 1s ease;
  transform: skew(39deg, 31deg);
}

.home-section.hme_abt .inner_ .img_bx .sml_round1 {
  position: absolute;
  right: 30px;
  bottom: -15px;
}

@media only screen and (max-width: 767px) {
  .home-section.hme_abt .inner_ .img_bx .sml_round1 {
    right: 15px;
    bottom: -2px;
  }
}

.home-section.hme_abt .sqre_bx {
  position: relative;
  left: 20%;
  bottom: 30%;
}

@media only screen and (max-width: 767px) {
  .home-section.hme_abt .sqre_bx {
    left: 2%;
    bottom: 20%;
  }
}

.home-section.hme_abt .sml_round2 {
  position: absolute;
  top: 50%;
  right: 20%;
}

@media only screen and (max-width: 767px) {
  .home-section.hme_abt .sml_round2 {
    top: 45%;
    right: 5%;
  }
}

.home-section.hme_abt.inView .inner_ .hd_txt {
  opacity: 1;
  transform: none;
  transition-delay: 0.5s;
}

.home-section.hme_abt.inView .inner_ .img_bx .main_img:after {
  transform: translateY(100%);
  transition-delay: 0.8s;
}

.home-section.hme_abt.inView .inner_ .img_bx .line-svg {
  opacity: 1;
  transform: none;
  transition-delay: 1.5s;
}

.home-section.obj_sec .inner_ {
  width: 100%;
  margin: 3em auto 0;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .home-section.obj_sec .inner_ {
    width: 90%;
  }
}

.home-section.obj_sec .inner_ .ring_ {
  position: absolute;
  top: 10%;
  left: -10%;
  right: 0;
  margin: 0 auto;
  opacity: 0;
  transform: translate(100px, -100px);
  transition: all 1.5s ease;
}

.home-section.obj_sec .inner_ .swiper-container .swiper-slide .obj_bx {
  position: relative;
  padding-top: 105%;
  transform: translateY(60px);
  transition: all 0.8s ease;
  opacity: 0;
}

@media only screen and (max-width: 767px) {
  .home-section.obj_sec .inner_ .swiper-container .swiper-slide .obj_bx {
    padding-top: 112%;
  }
}

.home-section.obj_sec .inner_ .swiper-container .swiper-slide .obj_bx .obj_txt {
  text-align: center;
  color: #ffffff;
  font-size: 1vw;
  font-weight: 700;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 15%;
}

@media only screen and (max-width: 768px) {
  .home-section.obj_sec .inner_ .swiper-container .swiper-slide .obj_bx .obj_txt {
    font-size: 1.4vw;
  }
}

@media only screen and (max-width: 767px) {
  .home-section.obj_sec .inner_ .swiper-container .swiper-slide .obj_bx .obj_txt {
    font-size: 9px;
    padding: 0 15%;
  }
}

@media only screen and (max-width: 766px) {
  .home-section.obj_sec .inner_ .swiper-container .swiper-slide .obj_bx .obj_txt {
    font-size: 14px;
  }
}

.home-section.obj_sec .inner_ .swiper-container .swiper-slide .obj_bx .obj_txt p {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
}

.home-section.obj_sec .inner_ .swiper-container .swiper-slide .obj_bx .obj_svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.home-section.obj_sec .inner_ .swiper-container .swiper-slide .obj_bx .obj_svg svg {
  width: 100%;
  height: 100%;
}

.home-section.obj_sec .inner_ .swiper-container .swiper-slide .obj_bx .obj_svg svg path {
  transition: all 0.5s ease;
  transform: translate(-2px, -1px);
}

.home-section.obj_sec .inner_ .swiper-container .swiper-slide .obj_bx:hover .obj_svg svg path {
  transform: translate(-5px, -7px);
}

.home-section.obj_sec .inner_ .swiper-button-prev,
.home-section.obj_sec .inner_ .swiper-button-next {
  background: none;
}

.home-section.obj_sec .inner_ .swiper-button-prev .icon,
.home-section.obj_sec .inner_ .swiper-button-next .icon {
  font-size: 2vw;
}

@media only screen and (max-width: 767px) {

  .home-section.obj_sec .inner_ .swiper-button-prev .icon,
  .home-section.obj_sec .inner_ .swiper-button-next .icon {
    font-size: 6vw;
  }
}

.home-section.obj_sec .inner_ .swiper-button-prev.swiper-button-prev,
.home-section.obj_sec .inner_ .swiper-button-next.swiper-button-prev {
  left: -4%;
}

@media only screen and (max-width: 767px) {

  .home-section.obj_sec .inner_ .swiper-button-prev.swiper-button-prev,
  .home-section.obj_sec .inner_ .swiper-button-next.swiper-button-prev {
    left: 4%;
  }
}

.home-section.obj_sec .inner_ .swiper-button-prev.swiper-button-next,
.home-section.obj_sec .inner_ .swiper-button-next.swiper-button-next {
  right: -4%;
}

@media only screen and (max-width: 767px) {

  .home-section.obj_sec .inner_ .swiper-button-prev.swiper-button-next,
  .home-section.obj_sec .inner_ .swiper-button-next.swiper-button-next {
    right: -8%;
  }
}

.home-section.obj_sec.inView .inner_ .swiper-container .swiper-slide .obj_bx {
  opacity: 1;
  transform: none;
}

.home-section.obj_sec.inView .inner_ .swiper-container .swiper-slide:nth-child(1) .obj_bx {
  transition-delay: 0.4s;
}

.home-section.obj_sec.inView .inner_ .swiper-container .swiper-slide:nth-child(2) .obj_bx {
  transition-delay: 0.6s;
}

.home-section.obj_sec.inView .inner_ .swiper-container .swiper-slide:nth-child(3) .obj_bx {
  transition-delay: 0.8s;
}

.home-section.obj_sec.inView .inner_ .swiper-container .swiper-slide:nth-child(4) .obj_bx {
  transition-delay: 1s;
}

.home-section.obj_sec.inView .inner_ .ring_ {
  opacity: 1;
  transition-delay: 0.5s;
  transform: none;
}

.home-section.prgrm_sec {
  padding: 6vh 0 12vh;
}

@media only screen and (max-width: 1300px) {
  .home-section.prgrm_sec {
    padding: 5vh 0;
  }
}

.home-section.prgrm_sec .prg_inn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.home-section.prgrm_sec .title_box {
  width: 25%;
}

@media only screen and (max-width: 767px) {
  .home-section.prgrm_sec .title_box {
    width: 100%;
  }
}

.home-section.prgrm_sec .title_box .section-title {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .home-section.prgrm_sec .title_box .section-title {
    margin-bottom: 0;
  }
}

.home-section.prgrm_sec .inner_ {
  position: relative;
  width: 70%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .home-section.prgrm_sec .inner_ {
    width: 90%;
    margin: 0 auto;
  }
}

.home-section.prgrm_sec .inner_ .swiper-slide {
  width: 48%;
  height: auto;
  display: flex;
  transform: translateY(60px);
  transition: all 1s ease;
  opacity: 0;
  margin-bottom: 2em;
}

@media only screen and (max-width: 767px) {
  .home-section.prgrm_sec .inner_ .swiper-slide {
    width: 100%;
  }
}

.home-section.prgrm_sec .inner_ .swiper-slide .prgrm_bx {
  position: relative;
  width: 100%;
  height: 45vh;
  color: #ffffff;
  text-align: center;
  transform-style: preserve-3d;
  transition: 0.6s;
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .home-section.prgrm_sec .inner_ .swiper-slide .prgrm_bx {
    height: 36vh;
  }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .home-section.prgrm_sec .inner_ .swiper-slide .prgrm_bx {
    height: 25vh;
  }
}

@media only screen and (max-width: 768px) {
  .home-section.prgrm_sec .inner_ .swiper-slide .prgrm_bx {
    height: 25vh;
  }
}

@media only screen and (max-width: 767px) {
  .home-section.prgrm_sec .inner_ .swiper-slide .prgrm_bx {
    height: 35vh;
  }
}

.home-section.prgrm_sec .inner_ .swiper-slide .prgrm_bx .icon_ {
  position: relative;
  padding-top: 22%;
  width: 22%;
  margin: 0 auto;
}

.home-section.prgrm_sec .inner_ .swiper-slide .prgrm_bx .txt_ {
  font-size: 1.1vw;
  font-weight: 700;
  margin: 1em 0 0;
  padding: 0 6em;
}

.home-section.prgrm_sec .inner_ .swiper-slide .prgrm_bx .txt_ p {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical;
}

@media only screen and (max-width: 1024px) {
  .home-section.prgrm_sec .inner_ .swiper-slide .prgrm_bx .txt_ {
    font-size: 1.4vw;
    padding: 0 2em;
  }
}

@media only screen and (max-width: 768px) {
  .home-section.prgrm_sec .inner_ .swiper-slide .prgrm_bx .txt_ {
    font-size: 1.8vw;
  }
}

@media only screen and (max-width: 767px) {
  .home-section.prgrm_sec .inner_ .swiper-slide .prgrm_bx .txt_ {
    font-size: 14px;
    padding: 0 3em;
  }
}

.home-section.prgrm_sec .inner_ .swiper-slide .prgrm_bx .front,
.home-section.prgrm_sec .inner_ .swiper-slide .prgrm_bx .back {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: 0.6s;
  -webkit-transform-style: preserve-3d;
  -moz-transition: 0.6s;
  -moz-transform-style: preserve-3d;
  -o-transition: 0.6s;
  -o-transform-style: preserve-3d;
  -ms-transition: 0.6s;
  -ms-transform-style: preserve-3d;
  transition: 0.6s;
  transform-style: preserve-3d;
}

.home-section.prgrm_sec .inner_ .swiper-slide .prgrm_bx .front {
  background: #2e2d54;
  z-index: 2;
  -webkit-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: ratateY(0deg);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.home-section.prgrm_sec .inner_ .swiper-slide .prgrm_bx .back {
  position: relative;
  background: #ff8f41;
  transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.home-section.prgrm_sec .inner_ .swiper-slide .prgrm_bx .back .icon_ {
  position: absolute;
  left: 15px;
  bottom: 15px;
  padding-top: 25%;
  width: 25%;
  margin: 0 auto;
  z-index: -1;
}

.home-section.prgrm_sec .inner_ .swiper-slide:hover .prgrm_bx {
  transform: rotateY(180deg);
}

.home-section.prgrm_sec .inner_ .line-svg {
  position: absolute;
  left: -80%;
  right: 0;
  bottom: 0;
  padding-top: 45%;
  width: 79%;
  z-index: -1;
  margin: 0 auto;
  opacity: 0;
  transition: all 1s ease;
  transform: skew(39deg, 31deg);
}

@media only screen and (max-width: 767px) {
  .home-section.prgrm_sec .inner_ .line-svg {
    padding-top: 56%;
    width: 100%;
  }
}

.home-section.prgrm_sec .inner_ .big_round {
  position: absolute;
  right: -80px;
  top: 40%;
  z-index: -1;
}

@media only screen and (max-width: 1024px) {
  .home-section.prgrm_sec .inner_ .big_round {
    bottom: -60px;
  }
}

.home-section.prgrm_sec .inner_ .traingle_ {
  position: absolute;
  left: -7%;
  top: 0%;
  z-index: -1;
  padding-top: 12%;
  width: 14%;
}

#swiper-container {
  position: relative;
}

.swiper-button-prev,
.swiper-button-next {
  color: black;
}

.swiper-button-prev .icon,
.swiper-button-next .icon {
  font-size: 2vw;
}

@media only screen and (max-width: 767px) {

  .swiper-button-prev .icon,
  .swiper-button-next .icon {
    font-size: 6vw;
  }
}

.swiper-button-prev.swiper-button-prev,
.swiper-button-next.swiper-button-prev {
  left: -4%;
}

@media only screen and (max-width: 767px) {

  .swiper-button-prev.swiper-button-prev,
  .swiper-button-next.swiper-button-prev {
    left: 3%;
  }
}

.swiper-button-prev.swiper-button-next,
.swiper-button-next.swiper-button-next {
  right: -4%;
}

@media only screen and (max-width: 768px) {

  .swiper-button-prev.swiper-button-next,
  .swiper-button-next.swiper-button-next {
    right: -5%;
  }
}

@media only screen and (max-width: 767px) {

  .swiper-button-prev.swiper-button-next,
  .swiper-button-next.swiper-button-next {
    right: 1%;
  }
}

.home-section.prgrm_sec .sml_round1 {
  position: absolute;
  right: 30px;
  top: 20%;
}

.home-section.prgrm_sec.inView .inner_ .swiper-slide {
  opacity: 1;
  transform: none;
}

.home-section.prgrm_sec.inView .inner_ .swiper-slide:nth-child(1) {
  transition-delay: 0.4s;
}

.home-section.prgrm_sec.inView .inner_ .swiper-slide:nth-child(2) {
  transition-delay: 0.6s;
}

.home-section.prgrm_sec.inView .inner_ .swiper-slide:nth-child(3) {
  transition-delay: 0.8s;
}

.home-section.prgrm_sec.inView .inner_ .swiper-slide:nth-child(4) {
  transition-delay: 1s;
}

.home-section.prgrm_sec.inView .inner_ .line-svg {
  transform: none;
  opacity: 1;
  transition-delay: 1s;
}

.home-section.prgrm_trnd {
  padding-bottom: 10vh;
}

.home-section.prgrm_trnd .inner_ {
  position: relative;
}

.home-section.prgrm_trnd .inner_ .swiper-slide {
  height: auto;
  display: flex;
}

.home-section.prgrm_trnd .inner_ .swiper-slide .trnd_bx {
  position: relative;
  text-align: center;
  background: #e8843e;
  width: 330px;
  margin: 0 auto;
  height: 330px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #ffffff;
  transform: translateY(60px);
  transition: all 0.8s ease;
  opacity: 0;
}

@media only screen and (max-width: 1600px) {
  .home-section.prgrm_trnd .inner_ .swiper-slide .trnd_bx {
    height: 300px;
    width: 300px;
  }
}

@media only screen and (max-width: 1500px) {
  .home-section.prgrm_trnd .inner_ .swiper-slide .trnd_bx {
    height: 250px;
    width: 250px;
  }
}

@media only screen and (max-width: 768px) {
  .home-section.prgrm_trnd .inner_ .swiper-slide .trnd_bx {
    height: 300px;
    width: 300px;
  }
}

@media only screen and (max-width: 767px) {
  .home-section.prgrm_trnd .inner_ .swiper-slide .trnd_bx {
    height: 250px;
    width: 250px;
  }
}

.home-section.prgrm_trnd .inner_ .swiper-slide .trnd_bx .icon_ {
  position: relative;
  padding-top: 22%;
  width: 22%;
  margin: 0 auto;
}

.home-section.prgrm_trnd .inner_ .swiper-slide .trnd_bx .txt_ {
  font-size: 1vw;
  font-weight: 700;
  margin: 1em 0 0;
  padding: 0 3em;
}

@media only screen and (max-width: 768px) {
  .home-section.prgrm_trnd .inner_ .swiper-slide .trnd_bx .txt_ {
    font-size: 1.8vw;
  }
}

@media only screen and (max-width: 767px) {
  .home-section.prgrm_trnd .inner_ .swiper-slide .trnd_bx .txt_ {
    font-size: 14px;
  }
}

.home-section.prgrm_trnd .inner_ .swiper-slide .trnd_bx .txt_ p {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.home-section.prgrm_trnd .inner_ .swiper-button-prev,
.home-section.prgrm_trnd .inner_ .swiper-button-next {
  background: none;
}

.home-section.prgrm_trnd .inner_ .swiper-button-prev .icon,
.home-section.prgrm_trnd .inner_ .swiper-button-next .icon {
  font-size: 2vw;
}

@media only screen and (max-width: 767px) {

  .home-section.prgrm_trnd .inner_ .swiper-button-prev .icon,
  .home-section.prgrm_trnd .inner_ .swiper-button-next .icon {
    font-size: 6vw;
  }
}

.home-section.prgrm_trnd .inner_ .swiper-button-prev.swiper-button-prev,
.home-section.prgrm_trnd .inner_ .swiper-button-next.swiper-button-prev {
  left: -4%;
}

.home-section.prgrm_trnd .inner_ .swiper-button-prev.swiper-button-next,
.home-section.prgrm_trnd .inner_ .swiper-button-next.swiper-button-next {
  right: -2%;
}

.home-section.prgrm_trnd .inner_ .sml_round1 {
  left: 0;
  right: auto;
}

.home-section.prgrm_trnd .inner_ .red_shpe {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  padding-top: 15%;
  width: 13%;
  opacity: 0;
  transform: translateY(-60px) rotate(40deg);
  animation: rotate_anim 15s linear infinite;
  transition: all 1s ease;
}

@media only screen and (max-width: 767px) {
  .home-section.prgrm_trnd .inner_ .red_shpe {
    padding-top: 33%;
    width: 29%;
  }
}

.home-section.prgrm_trnd.inView .inner_ .swiper-slide .trnd_bx {
  opacity: 1;
  transform: none;
}

.home-section.prgrm_trnd.inView .inner_ .swiper-slide:nth-child(1) .trnd_bx {
  transition-delay: 0.4s;
}

.home-section.prgrm_trnd.inView .inner_ .swiper-slide:nth-child(2) .trnd_bx {
  transition-delay: 0.6s;
}

.home-section.prgrm_trnd.inView .inner_ .swiper-slide:nth-child(3) .trnd_bx {
  transition-delay: 0.8s;
}

.home-section.prgrm_trnd.inView .inner_ .swiper-slide:nth-child(4) .trnd_bx {
  transition-delay: 1s;
}

.home-section.prgrm_trnd.inView .inner_ .red_shpe {
  opacity: 1;
  transition-delay: 0.5s;
  transform: none;
}

.home-section.criteria_sec .inner_ {
  width: 70%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: space-between;
  align-items: flex-start;
}

@media only screen and (max-width: 768px) {
  .home-section.criteria_sec .inner_ {
    width: 90%;
  }
}

@media only screen and (max-width: 767px) {
  .home-section.criteria_sec .inner_ {
    width: 100%;
  }
}

.home-section.criteria_sec .inner_ .lf_bx {
  width: 40%;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .home-section.criteria_sec .inner_ .lf_bx {
    width: 100%;
  }
}

.home-section.criteria_sec .inner_ .lf_bx .lf_bx_img {
  position: relative;
  padding-top: 110%;
  border: 10px solid #2e2d54;
  overflow: hidden;
}

.home-section.criteria_sec .inner_ .lf_bx .lf_bx_img:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 1s ease;
  background: #2e2d54;
  transform: translateY(0);
}

.home-section.criteria_sec .inner_ .lf_bx .traingle_ {
  position: absolute;
  right: 5%;
  top: -13%;
  z-index: -1;
  padding-top: 24%;
  width: 28%;
}

.home-section.criteria_sec .inner_ .lf_bx .polygon_ {
  position: absolute;
  left: -15%;
  top: 25%;
  z-index: -1;
  padding-top: 40%;
  width: 34%;
  transform: rotate(0) translateY(100px);
  transition: all 1s ease;
  opacity: 0;
  animation: tria_anim 5s linear infinite alternate;
  transform-origin: center;
}

@media only screen and (max-width: 767px) {
  .home-section.criteria_sec .inner_ .lf_bx .polygon_ {
    left: -5%;
  }
}

.home-section.criteria_sec .inner_ .lf_bx .sqre_bx {
  position: absolute;
  bottom: -22px;
  right: 20%;
}

.home-section.criteria_sec .inner_ .rt_bx {
  width: 55%;
}

@media only screen and (max-width: 767px) {
  .home-section.criteria_sec .inner_ .rt_bx {
    width: 100%;
  }
}

.home-section.criteria_sec .inner_ .rt_bx .title_box .section-title {
  width: auto;
}

@media only screen and (max-width: 767px) {
  .home-section.criteria_sec .inner_ .rt_bx .title_box .section-title {
    margin: 1em 0 0;
  }
}

.home-section.criteria_sec .inner_ .rt_bx .cr_cntnt {
  opacity: 0;
  transform: translateY(-60px);
  transition: all 0.5s ease;
}

.home-section.criteria_sec .inner_ .rt_bx .cr_cntnt .txt_bx {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 2em;
}

.home-section.criteria_sec .inner_ .rt_bx .cr_cntnt .txt_bx span {
  width: 12%;
  font-size: 2.2vw;
  font-weight: 700;
  line-height: 1;
  color: #e8843e;
}

@media only screen and (max-width: 767px) {
  .home-section.criteria_sec .inner_ .rt_bx .cr_cntnt .txt_bx span {
    font-size: 6vw;
  }
}

.home-section.criteria_sec .inner_ .rt_bx .cr_cntnt .txt_bx p {
  width: 72%;
  font-weight: 700;
  font-size: 1vw;
  margin: 0;
}

@media only screen and (max-width: 768px) {
  .home-section.criteria_sec .inner_ .rt_bx .cr_cntnt .txt_bx p {
    font-size: 1.4vw;
    width: 85%;
  }
}

@media only screen and (max-width: 767px) {
  .home-section.criteria_sec .inner_ .rt_bx .cr_cntnt .txt_bx p {
    font-size: 4vw;
  }
}

.home-section.criteria_sec.inView .inner_ .lf_bx .lf_bx_img:after {
  opacity: 1;
  transform: translateY(100%);
  transition-delay: 0.5s;
}

.home-section.criteria_sec.inView .inner_ .lf_bx .polygon_ {
  opacity: 1;
  transition-delay: 0.5s;
  transform: rotate(28deg) translateY(0);
}

.home-section.criteria_sec.inView .inner_ .rt_bx .cr_cntnt {
  opacity: 1;
  transform: none;
  transition-delay: 0.5s;
}

.home-section.timeline_sec {
  background: #74d3dd;
  overflow: visible;
}

.home-section.timeline_sec .title_box .section-title {
  color: #ffffff;
  margin-bottom: 1em;
}

.home-section.timeline_sec .inner_ {
  width: 80%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

@media only screen and (max-width: 768px) {
  .home-section.timeline_sec .inner_ {
    width: 100%;
  }
}

.home-section.timeline_sec .inner_ .tim_bx {
  width: 33.3%;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .home-section.timeline_sec .inner_ .tim_bx {
    width: 75%;
    margin: 0 auto 15%;
  }
}

.home-section.timeline_sec .inner_ .tim_bx .tim_svg {
  transform: translateY(-60px);
  transition: all 0.5s ease;
  opacity: 0;
}

@media only screen and (max-width: 767px) {
  .home-section.timeline_sec .inner_ .tim_bx .tim_svg svg {
    transform: rotate(90deg);
    transform-origin: center;
  }
}

.home-section.timeline_sec .inner_ .tim_bx .tim_cap_ {
  position: absolute;
  width: 82%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1.3vw;
  font-weight: 700;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .home-section.timeline_sec .inner_ .tim_bx .tim_cap_ {
    font-size: 6vw;
    top: 38%;
    width: 100%;
  }
}

.home-section.timeline_sec .inner_ .tim_bx .tim_cap_ p {
  transform: scale(0);
  transform-origin: center;
  transition: all 1s ease;
  opacity: 0;
}

.home-section.timeline_sec .inner_ .tim_bx .tim_nmbr_ {
  position: absolute;
  top: 10%;
  right: 25%;
  color: #ffffff;
  font-size: 2.1vw;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .home-section.timeline_sec .inner_ .tim_bx .tim_nmbr_ {
    font-size: 7vw;
    bottom: 18%;
    right: 15%;
    top: auto;
    width: 42px;
    align-items: center;
    justify-content: center;
    width: 42px;
    text-align: center;
  }
}

.home-section.timeline_sec .inner_ .tim_bx .tim_nmbr_ span {
  transform: scale(0);
  transform-origin: center;
  transition: all 1s ease;
  opacity: 0;
  display: block;
}

.home-section.timeline_sec .inner_ .tim_bx:nth-of-type(1) .tim_svg .nmbr_el {
  fill: #2e2d54;
}

.home-section.timeline_sec .inner_ .tim_bx:nth-of-type(1) .tim_cap_ {
  color: #2e2d54;
}

.home-section.timeline_sec .inner_ .tim_bx:nth-of-type(2) .tim_svg .nmbr_el {
  fill: #b9354a;
}

.home-section.timeline_sec .inner_ .tim_bx:nth-of-type(2) .tim_cap_ {
  color: #b9354a;
}

.home-section.timeline_sec .inner_ .tim_bx:last-child {
  width: 28%;
}

@media only screen and (max-width: 767px) {
  .home-section.timeline_sec .inner_ .tim_bx:last-child {
    width: 62%;
    margin: -1.5em auto 0;
  }
}

.home-section.timeline_sec .inner_ .tim_bx:last-child .tim_svg .nmbr_el {
  fill: #e8843e;
}

.home-section.timeline_sec .inner_ .tim_bx:last-child .tim_cap_ {
  width: 100%;
  color: #e8843e;
}

@media only screen and (max-width: 767px) {
  .home-section.timeline_sec .inner_ .tim_bx:last-child .tim_cap_ {
    top: 50%;
  }
}

.home-section.timeline_sec .inner_ .tim_bx:last-child .tim_nmbr_ {
  right: 10%;
}

@media only screen and (max-width: 767px) {
  .home-section.timeline_sec .inner_ .tim_bx:last-child .tim_nmbr_ {
    right: 8%;
    bottom: 8%;
    top: auto;
  }
}

.home-section.timeline_sec .sml_round1 {
  position: absolute;
  right: 0;
  bottom: -2%;
}

.home-section.timeline_sec.inView .inner_ .tim_bx .tim_svg {
  transform: none;
  transition-delay: 0.5s;
  opacity: 1;
}

.home-section.timeline_sec.inView .inner_ .tim_bx .tim_cap_ p {
  transform: none;
  transition-delay: 1s;
  opacity: 1;
}

.home-section.timeline_sec.inView .inner_ .tim_bx .tim_nmbr_ span {
  transform: none;
  transition-delay: 1s;
  opacity: 1;
}

.home-section.timeline_sec.inView .inner_ .tim_rt {
  transform: none;
  transition-delay: 1s;
  opacity: 1;
}

.home-section.partner_sec .inner_ {
  width: 64%;
  margin: 0 auto;
  position: relative;
  transform: translateY(-60px);
  opacity: 0;
  transition: all 1s ease;
}

@media only screen and (max-width: 767px) {
  .home-section.partner_sec .inner_ {
    width: 85%;
  }
}

.home-section.partner_sec .inner_ .swiper-slide .part_bx {
  position: relative;
  padding-top: 55%;
  width: 91%;
  margin: 0 auto;
  background: #ffffff;
  border: 10px solid #b9354a;
}

@media only screen and (max-width: 767px) {
  .home-section.partner_sec .inner_ .swiper-slide .part_bx {
    border: 5px solid #b9354a;
  }
}

.home-section.partner_sec .inner_ .swiper-slide .part_bx .img_ {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 90%;
  width: 90%;
  background-size: contain;
}

.home-section.partner_sec .inner_ .traingle_ {
  position: absolute;
  z-index: -1;
  padding-top: 15%;
  width: 17%;
  top: 13%;
  right: -8%;
}

.home-section.partner_sec .inner_ .swiper-button-prev,
.home-section.partner_sec .inner_ .swiper-button-next {
  background: none;
  margin: 0;
  transform: translateY(-50%);
  height: auto;
}

.home-section.partner_sec .inner_ .swiper-button-prev .icon,
.home-section.partner_sec .inner_ .swiper-button-next .icon {
  font-size: 2vw;
}

@media only screen and (max-width: 767px) {

  .home-section.partner_sec .inner_ .swiper-button-prev .icon,
  .home-section.partner_sec .inner_ .swiper-button-next .icon {
    font-size: 6vw;
  }
}

.home-section.partner_sec .inner_ .swiper-button-prev.swiper-button-prev,
.home-section.partner_sec .inner_ .swiper-button-next.swiper-button-prev {
  left: -15%;
}

@media only screen and (max-width: 767px) {

  .home-section.partner_sec .inner_ .swiper-button-prev.swiper-button-prev,
  .home-section.partner_sec .inner_ .swiper-button-next.swiper-button-prev {
    left: -10%;
  }
}

.home-section.partner_sec .inner_ .swiper-button-prev.swiper-button-next,
.home-section.partner_sec .inner_ .swiper-button-next.swiper-button-next {
  right: -15%;
}

@media only screen and (max-width: 767px) {

  .home-section.partner_sec .inner_ .swiper-button-prev.swiper-button-next,
  .home-section.partner_sec .inner_ .swiper-button-next.swiper-button-next {
    right: -10%;
  }
}

.home-section.partner_sec .big_round {
  position: absolute;
  left: -5%;
  top: 55%;
  transform: translateY(-50%);
}

.home-section.partner_sec.inView .inner_ {
  transform: none;
  transition-delay: 0.5s;
  opacity: 1;
}

.home-section.cntct_sec .inner_ {
  display: flex;
  justify-content: flex-end;
}

.home-section.cntct_sec .inner_ .cntct_bx {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 90%;
  padding: 0 3%;
}

@media only screen and (max-width: 1600px) {
  .home-section.cntct_sec .inner_ .cntct_bx {
    align-items: center;
  }
}

@media only screen and (max-width: 768px) {
  .home-section.cntct_sec .inner_ .cntct_bx {
    width: 96%;
  }
}

.home-section.cntct_sec .inner_ .cntct_bx .lf {
  width: 40%;
  padding-left: 2em;
}

@media only screen and (max-width: 767px) {
  .home-section.cntct_sec .inner_ .cntct_bx .lf {
    width: 100%;
    padding-left: 0;
  }
}

.home-section.cntct_sec .inner_ .cntct_bx .lf .section-title {
  width: auto;
  margin: 1em 0 1.5em;
}

@media only screen and (max-width: 767px) {
  .home-section.cntct_sec .inner_ .cntct_bx .lf .section-title {
    margin: 0 0 0;
  }
}

.home-section.cntct_sec .inner_ .cntct_bx .lf .det_ .add_bx {
  display: flex;
  width: 100%;
  margin-bottom: 4em;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .home-section.cntct_sec .inner_ .cntct_bx .lf .det_ .add_bx {
    margin-bottom: 2em;
  }
}

.home-section.cntct_sec .inner_ .cntct_bx .lf .det_ .add_bx .icon_ {
  width: 10%;
}

.home-section.cntct_sec .inner_ .cntct_bx .lf .det_ .add_bx .icon_ i {
  font-size: 3.5vw;
  color: #e8843e;
  display: inline-flex;
}

@media only screen and (max-width: 767px) {
  .home-section.cntct_sec .inner_ .cntct_bx .lf .det_ .add_bx .icon_ i {
    font-size: 7vw;
  }
}

.home-section.cntct_sec .inner_ .cntct_bx .lf .det_ .add_bx .add_txt {
  width: 62%;
  padding-left: 2em;
}

.home-section.cntct_sec .inner_ .cntct_bx .lf .det_ .add_bx .add_txt p {
  font-size: 1.2vw;
  font-weight: 700;
  color: #2e2d54;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .home-section.cntct_sec .inner_ .cntct_bx .lf .det_ .add_bx .add_txt p {
    font-size: 14px;
  }
}

.home-section.cntct_sec .inner_ .cntct_bx .lf .det_ .add_bx .add_txt p a {
  color: #2e2d54;
}

.home-section.cntct_sec .inner_ .cntct_bx .rt {
  width: 52%;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .home-section.cntct_sec .inner_ .cntct_bx .rt {
    width: 60%;
  }
}

@media only screen and (max-width: 767px) {
  .home-section.cntct_sec .inner_ .cntct_bx .rt {
    width: 100%;
  }
}

.home-section.cntct_sec .inner_ .cntct_bx .rt .form_cntrol {
  padding: 2em 5em 3em;
  background: #ffffff;
  border: 20px solid #2e2d54;
  overflow: hidden;
}

@media only screen and (max-width: 1024px) {
  .home-section.cntct_sec .inner_ .cntct_bx .rt .form_cntrol {
    padding: 2em;
  }
}

@media only screen and (max-width: 767px) {
  .home-section.cntct_sec .inner_ .cntct_bx .rt .form_cntrol {
    border: 10px solid #2e2d54;
  }
}

.home-section.cntct_sec .inner_ .cntct_bx .rt .form_cntrol .input-field {
  margin: 2em 0;
}

.home-section.cntct_sec .inner_ .cntct_bx .rt .form_cntrol .input-field.sel_are .selectric-wrapper .selectric-hide-select {
  overflow: visible;
}

.home-section.cntct_sec .inner_ .cntct_bx .rt .form_cntrol .input-field.sel_are .selectric-wrapper .selectric {
  background: transparent;
  border: none;
  padding: 0 0 12px;
  border-bottom: 1px solid #000000 !important;
}

.home-section.cntct_sec .inner_ .cntct_bx .rt .form_cntrol .input-field.sel_are .selectric-wrapper .selectric .label {
  background: transparent;
  color: #000000;
  font-size: 1vw;
  font-weight: 700;
}

@media only screen and (max-width: 1024px) {
  .home-section.cntct_sec .inner_ .cntct_bx .rt .form_cntrol .input-field.sel_are .selectric-wrapper .selectric .label {
    font-size: 1.3vw;
  }
}

@media only screen and (max-width: 767px) {
  .home-section.cntct_sec .inner_ .cntct_bx .rt .form_cntrol .input-field.sel_are .selectric-wrapper .selectric .label {
    font-size: 4vw;
  }
}

.home-section.cntct_sec .inner_ .cntct_bx .rt .form_cntrol .input-field.sel_are .selectric-wrapper .selectric .button {
  background: transparent;
}

.home-section.cntct_sec .inner_ .cntct_bx .rt .form_cntrol .input-field.sel_are .selectric-wrapper .selectric .button:after {
  border-top-color: #000000;
}

.home-section.cntct_sec .inner_ .cntct_bx .rt .form_cntrol .input-field.sel_are>label {
  top: -35px;
}

.home-section.cntct_sec .inner_ .cntct_bx .rt .form_cntrol .input-field>label {
  color: #000000;
  font-size: 1vw;
  font-weight: 700;
}

@media only screen and (max-width: 1024px) {
  .home-section.cntct_sec .inner_ .cntct_bx .rt .form_cntrol .input-field>label {
    font-size: 1.3vw;
  }
}

@media only screen and (max-width: 767px) {
  .home-section.cntct_sec .inner_ .cntct_bx .rt .form_cntrol .input-field>label {
    font-size: 4vw;
  }
}

.home-section.cntct_sec .inner_ .cntct_bx .rt .form_cntrol .input-field label.error {
  position: absolute;
  left: auto;
  right: 0;
  background-color: #74d3dd !important;
  color: #fff !important;
  font-size: 12px;
  transform: translateY(-50%);
  margin-bottom: 0;
  padding: 0.15em 1em;
  border-radius: 1em;
  font-weight: 400 !important;
  z-index: 10;
}

.home-section.cntct_sec .inner_ .cntct_bx .rt .form_cntrol .input-field input,
.home-section.cntct_sec .inner_ .cntct_bx .rt .form_cntrol .input-field textarea {
  border-color: #000000;
  color: #000000;
  padding-right: 25px;
  box-sizing: border-box;
}

.home-section.cntct_sec .inner_ .cntct_bx .rt .form_cntrol .input-field textarea {
  min-height: 6rem;
}

.home-section.cntct_sec .inner_ .cntct_bx .rt .form_cntrol .sbmt_btn {
  overflow: hidden;
}

.home-section.cntct_sec .inner_ .cntct_bx .rt .form_cntrol .sbmt_btn .btn_ {
  border: none;
  background: #e8843e;
  color: #ffffff;
  width: 125px;
  height: 125px;
  border-radius: 50%;
  font-size: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 768px) {
  .home-section.cntct_sec .inner_ .cntct_bx .rt .form_cntrol .sbmt_btn .btn_ {
    width: 90px;
    height: 90px;
    font-size: 36px;
  }
}

.home-section.cntct_sec .inner_ .cntct_bx .rt .form_cntrol .sbmt_btn .btn_ i {
  display: inline-flex;
}

.home-section.cntct_sec .inner_ .cntct_bx .rt .form_cntrol .sbmt_btn .btn_:hover i {
  animation: mousehover 0.8s linear alternate;
}

.home-section.cntct_sec .inner_ .cntct_bx .rt .big_round {
  position: absolute;
  right: -110px;
  bottom: -82px;
}

@media only screen and (max-width: 768px) {
  .home-section.cntct_sec .inner_ .cntct_bx .rt .big_round {
    right: -80px;
    bottom: -20px;
  }
}

@media only screen and (max-width: 767px) {
  .home-section.cntct_sec .inner_ .cntct_bx .rt .big_round {
    right: -50px;
  }
}

.home-section.cntct_sec .inner_ .cntct_bx .rt .traingle_ {
  position: absolute;
  left: -10%;
  top: 5%;
  z-index: -1;
  padding-top: 18%;
  width: 21%;
}

.home-section.cntct_sec .inner_ .cntct_bx .rt .line-svg {
  position: absolute;
  left: -8%;
  top: -10%;
  padding-top: 53%;
  width: 93%;
  z-index: -1;
}

@media only screen and (max-width: 1024px) {
  .home-section.cntct_sec .inner_ .cntct_bx .rt .line-svg {
    top: -8%;
  }
}

.home-section.cntct_sec .inner_ .cntct_bx .rt .sml_round1 {
  position: absolute;
  right: 11%;
  bottom: -4%;
}

@keyframes mousehover {
  0% {
    transform: translate(0, 0);
  }

  25% {
    transform: translate(100%, -100%);
    opacity: 0;
  }

  50% {
    transform: translate(-100%, 100%);
    opacity: 0;
  }

  75% {
    transform: translate(0, 0);
    opacity: 1;
  }
}

#video-section>div>div>div.big_round {
  animation: nor_anim 2s linear infinite alternate;
  right: auto;
  left: -20px;
}

#video-section {
  margin-bottom: 13rem;
  height: 65%;
}

#video-section>div>div>div.md\:container.m-auto.vh-100.relative {
  height: 65%;
  margin: auto;
}

.home-section.inView .big_round,
#video-section>div>div>div.big_round,
.home-section.inView .sml_round1,
.home-section.inView .sml_round2,
.home-section.inView .sqre_bx,
.home-section.inView .traingle_ {
  transition-delay: 0.5s;
  opacity: 1;
  transform: none;
}

.home-section.inView .big_round {
  transition-delay: 0.8s;
}

.home-section.inView .sml_round1 {
  transition-delay: 1s;
}

.home-section.inView .sml_round2 {
  transition-delay: 1.2s;
}

.home-section.inView .traingle_ {
  transition-delay: 1.4s;
}

.home-section.inView .title_box .section-title,
.home-section.inView .title_box .sub_title {
  transform: none;
  opacity: 1;
  transition-delay: 0.4s;
}

.cmn_lnk {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.fancybox-close-small {
  background: #74d3dd;
}

.fancybox-close-small.fancybox-button svg path {
  fill: #ffffff;
}

.home-section.cntct_sec .inner_ {
  display: flex;
  justify-content: flex-end;
}

.home-section.cntct_sec .inner_ .cntct_bx {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 90%;
  padding: 0 3%;
}

@media only screen and (max-width: 1600px) {
  .home-section.cntct_sec .inner_ .cntct_bx {
    align-items: center;
  }
}

@media only screen and (max-width: 768px) {
  .home-section.cntct_sec .inner_ .cntct_bx {
    width: 96%;
  }
}

.home-section.cntct_sec .inner_ .cntct_bx .lf {
  width: 40%;
  padding-left: 2em;
}

@media only screen and (max-width: 767px) {
  .home-section.cntct_sec .inner_ .cntct_bx .lf {
    width: 100%;
    padding-left: 0;
  }
}

.home-section.cntct_sec .inner_ .cntct_bx .lf .section-title {
  width: auto;
  margin: 1em 0 1.5em;
}

@media only screen and (max-width: 767px) {
  .home-section.cntct_sec .inner_ .cntct_bx .lf .section-title {
    margin: 0 0 0;
  }
}

.home-section.cntct_sec .inner_ .cntct_bx .lf .det_ .add_bx {
  display: flex;
  width: 100%;
  margin-bottom: 4em;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .home-section.cntct_sec .inner_ .cntct_bx .lf .det_ .add_bx {
    margin-bottom: 2em;
  }
}

.home-section.cntct_sec .inner_ .cntct_bx .lf .det_ .add_bx .icon_ {
  width: 10%;
}

.home-section.cntct_sec .inner_ .cntct_bx .lf .det_ .add_bx .icon_ i {
  font-size: 3.5vw;
  color: #e8843e;
  display: inline-flex;
}

@media only screen and (max-width: 767px) {
  .home-section.cntct_sec .inner_ .cntct_bx .lf .det_ .add_bx .icon_ i {
    font-size: 7vw;
  }
}

.home-section.cntct_sec .inner_ .cntct_bx .lf .det_ .add_bx .add_txt {
  width: 62%;
  padding-left: 2em;
}

.home-section.cntct_sec .inner_ .cntct_bx .lf .det_ .add_bx .add_txt p {
  font-size: 1.2vw;
  font-weight: 700;
  color: #2e2d54;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .home-section.cntct_sec .inner_ .cntct_bx .lf .det_ .add_bx .add_txt p {
    font-size: 14px;
  }
}

.home-section.cntct_sec .inner_ .cntct_bx .lf .det_ .add_bx .add_txt p a {
  color: #2e2d54;
}

.home-section.cntct_sec .inner_ .cntct_bx .rt {
  width: 52%;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .home-section.cntct_sec .inner_ .cntct_bx .rt {
    width: 60%;
  }
}

@media only screen and (max-width: 767px) {
  .home-section.cntct_sec .inner_ .cntct_bx .rt {
    width: 100%;
  }
}

.home-section.cntct_sec .inner_ .cntct_bx .rt .form_cntrol {
  padding: 2em 5em 3em;
  background: #ffffff;
  border: 20px solid #2e2d54;
  overflow: hidden;
}

@media only screen and (max-width: 1024px) {
  .home-section.cntct_sec .inner_ .cntct_bx .rt .form_cntrol {
    padding: 2em;
  }
}

@media only screen and (max-width: 767px) {
  .home-section.cntct_sec .inner_ .cntct_bx .rt .form_cntrol {
    border: 10px solid #2e2d54;
  }
}

.home-section.cntct_sec .inner_ .cntct_bx .rt .form_cntrol .input-field {
  margin: 2em 0;
}

.home-section.cntct_sec .inner_ .cntct_bx .rt .form_cntrol .input-field.sel_are .selectric-wrapper .selectric-hide-select {
  overflow: visible;
}

.home-section.cntct_sec .inner_ .cntct_bx .rt .form_cntrol .input-field.sel_are .selectric-wrapper .selectric {
  background: transparent;
  border: none;
  padding: 0 0 12px;
  border-bottom: 1px solid #000000 !important;
}

.home-section.cntct_sec .inner_ .cntct_bx .rt .form_cntrol .input-field.sel_are .selectric-wrapper .selectric .label {
  background: transparent;
  color: #000000;
  font-size: 1vw;
  font-weight: 700;
}

@media only screen and (max-width: 1024px) {
  .home-section.cntct_sec .inner_ .cntct_bx .rt .form_cntrol .input-field.sel_are .selectric-wrapper .selectric .label {
    font-size: 1.3vw;
  }
}

@media only screen and (max-width: 767px) {
  .home-section.cntct_sec .inner_ .cntct_bx .rt .form_cntrol .input-field.sel_are .selectric-wrapper .selectric .label {
    font-size: 4vw;
  }
}

.home-section.cntct_sec .inner_ .cntct_bx .rt .form_cntrol .input-field.sel_are .selectric-wrapper .selectric .button {
  background: transparent;
}

.home-section.cntct_sec .inner_ .cntct_bx .rt .form_cntrol .input-field.sel_are .selectric-wrapper .selectric .button:after {
  border-top-color: #000000;
}

.home-section.cntct_sec .inner_ .cntct_bx .rt .form_cntrol .input-field.sel_are>label {
  top: -35px;
}

.home-section.cntct_sec .inner_ .cntct_bx .rt .form_cntrol .input-field>label {
  color: #000000;
  font-size: 1vw;
  font-weight: 700;
}

@media only screen and (max-width: 1024px) {
  .home-section.cntct_sec .inner_ .cntct_bx .rt .form_cntrol .input-field>label {
    font-size: 1.3vw;
  }
}

@media only screen and (max-width: 767px) {
  .home-section.cntct_sec .inner_ .cntct_bx .rt .form_cntrol .input-field>label {
    font-size: 4vw;
  }
}

.home-section.cntct_sec .inner_ .cntct_bx .rt .form_cntrol .input-field label.error {
  position: absolute;
  left: auto;
  right: 0;
  background-color: #74d3dd !important;
  color: #fff !important;
  font-size: 12px;
  transform: translateY(-50%);
  margin-bottom: 0;
  padding: 0.15em 1em;
  border-radius: 1em;
  font-weight: 400 !important;
  z-index: 10;
}

.home-section.cntct_sec .inner_ .cntct_bx .rt .form_cntrol .input-field input,
.home-section.cntct_sec .inner_ .cntct_bx .rt .form_cntrol .input-field textarea {
  border-color: #000000;
  color: #000000;
  padding-right: 25px;
  box-sizing: border-box;
}

.home-section.cntct_sec .inner_ .cntct_bx .rt .form_cntrol .input-field textarea {
  min-height: 6rem;
}

.home-section.cntct_sec .inner_ .cntct_bx .rt .form_cntrol .sbmt_btn {
  overflow: hidden;
}

.home-section.cntct_sec .inner_ .cntct_bx .rt .form_cntrol .sbmt_btn .btn_ {
  border: none;
  background: #e8843e;
  color: #ffffff;
  width: 125px;
  height: 125px;
  border-radius: 50%;
  font-size: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 768px) {
  .home-section.cntct_sec .inner_ .cntct_bx .rt .form_cntrol .sbmt_btn .btn_ {
    width: 90px;
    height: 90px;
    font-size: 36px;
  }
}

.home-section.cntct_sec .inner_ .cntct_bx .rt .form_cntrol .sbmt_btn .btn_ i {
  display: inline-flex;
}

.home-section.cntct_sec .inner_ .cntct_bx .rt .form_cntrol .sbmt_btn .btn_:hover i {
  animation: mousehover 0.8s linear alternate;
}

.home-section.cntct_sec .inner_ .cntct_bx .rt .big_round {
  position: absolute;
  right: -110px;
  bottom: -82px;
}

@media only screen and (max-width: 768px) {
  .home-section.cntct_sec .inner_ .cntct_bx .rt .big_round {
    right: -80px;
    bottom: -20px;
  }
}

@media only screen and (max-width: 767px) {
  .home-section.cntct_sec .inner_ .cntct_bx .rt .big_round {
    right: -50px;
  }
}

.home-section.cntct_sec .inner_ .cntct_bx .rt .traingle_ {
  position: absolute;
  left: -10%;
  top: 5%;
  z-index: -1;
  padding-top: 18%;
  width: 21%;
}

.home-section.cntct_sec .inner_ .cntct_bx .rt .line-svg {
  position: absolute;
  left: -8%;
  top: -10%;
  padding-top: 53%;
  width: 93%;
  z-index: -1;
}

@media only screen and (max-width: 1024px) {
  .home-section.cntct_sec .inner_ .cntct_bx .rt .line-svg {
    top: -8%;
  }
}

.home-section.cntct_sec .inner_ .cntct_bx .rt .sml_round1 {
  position: absolute;
  right: 11%;
  bottom: -4%;
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .home-section.cntct_sec .title_box .section-title {
    opacity: 1;
    transform: none;
  }
}

@keyframes mousehover {
  0% {
    transform: translate(0, 0);
  }

  25% {
    transform: translate(100%, -100%);
    opacity: 0;
  }

  50% {
    transform: translate(-100%, 100%);
    opacity: 0;
  }

  75% {
    transform: translate(0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes scroll {
  50% {
    background-size: 80%;
  }

  100% {
    background-position: 125% 0;
  }
}

@keyframes squaremove {

  0%,
  100% {
    transform: translate(0, 0) rotate(0);
  }

  25% {
    transform: translate(40px, 40px) rotate(45deg);
  }

  50% {
    transform: translate(0px, 80px) rotate(0deg);
  }

  75% {
    transform: translate(-40px, 40px) rotate(45deg);
  }
}

@keyframes logo_mobile {
  from {
    opacity: 0;
  }

  2% {
    opacity: 1;
  }

  50% {
    opacity: 1;
  }

  52% {
    opacity: 0;
  }

  to {
    opacity: 0;
  }
}

@keyframes nor_anim {
  0% {
    transform: translateY(30px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes rotate_anim {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes tria_anim {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(-10deg);
  }
}

@keyframes sml_anim {
  0% {
    transform: translateX(20px);
  }

  100% {
    transform: translateX(0);
  }
}

.big_round {
  width: 196px;
  height: 196px;
  border-radius: 50%;
  background: #e8843e;
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  transition-delay: 0s;
  -webkit-animation: sml_anim 2s linear infinite alternate;
  animation: sml_anim 2s linear infinite alternate;
}

.home-section.hme_abt .inner_ .img_bx .sml_round1 {
  position: absolute;
  right: 30px;
  bottom: -15px;
}

.home-section.inView .big_round,
.home-section.inView .sml_round1,
.home-section.inView .sml_round2,
.home-section.inView .sqre_bx,
.home-section.inView .traingle_ {
  transition-delay: 0.5s;
  opacity: 1;
  transform: none;
}

#the-programe .sml_round1 {
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.sml_round1 {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #b9354a;
  opacity: 0;
  -webkit-transform: translateY(60px);
  -ms-transform: translateY(60px);
  transform: translateY(60px);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  -webkit-animation: nor_anim 2s linear infinite alternate;
  animation: nor_anim 2s linear infinite alternate;
}

.sml_round2 {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #b9354a;
  opacity: 0;
  -webkit-transform: translateY(60px);
  -ms-transform: translateY(60px);
  transform: translateY(60px);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  -webkit-animation: nor_anim 2s linear infinite alternate;
  animation: nor_anim 2s linear infinite alternate;
}

.sqre_bx {
  width: 22px;
  height: 22px;
  background: #0c5094;
  opacity: 0;
  -webkit-transform: translateY(60px);
  -ms-transform: translateY(60px);
  transform: translateY(60px);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  -webkit-animation: rotate_anim 5s linear infinite;
  animation: rotate_anim 5s linear infinite;
}

#the-programe {
  position: relative;
}

#the-programe .sml_round1 {
  position: absolute;
  right: 30px;
  top: 20%;
}

#the-programe>div.grid.lg\:grid-cols-4.grid-cols-1.gap-6.items-center.justify-items-center>div.categories.relative.col-span-3>div.big_round {
  position: absolute;
  right: -80px;
  top: 40%;
  z-index: -1;
}

#the-programe>div.grid.lg\:grid-cols-4.grid-cols-1.gap-6.items-center.justify-items-center>div.categories.relative.col-span-3>div.big_round {
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

#the-programe>div.grid.lg\:grid-cols-4.grid-cols-1.gap-6.items-center.justify-items-center>div.categories.relative.col-span-3>div.big_round {
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

#the-programe>div.grid.lg\:grid-cols-4.grid-cols-1.gap-6.items-center.justify-items-center>div.categories.relative.col-span-3>div.traingle_ {
  position: absolute;
  left: -7%;
  top: 0;
  z-index: -1;
  padding-top: 12%;
  width: 14%;
}

#the-programe>div.grid.lg\:grid-cols-4.grid-cols-1.gap-6.items-center.justify-items-center>div.categories.relative.col-span-3>div.traingle_ {
  -webkit-transition-delay: 1.4s;
  -o-transition-delay: 1.4s;
  transition-delay: 1.4s;
}

#the-programe>div.grid.lg\:grid-cols-4.grid-cols-1.gap-6.items-center.justify-items-center>div.categories.relative.col-span-3>div.traingle_ {
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.traingle_ {
  opacity: 0;
  -webkit-transform: scale(0) translateY(60px);
  -ms-transform: scale(0) translateY(60px);
  transform: scale(0) translateY(60px);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  -webkit-animation: tria_anim 5s linear infinite alternate;
  animation: tria_anim 5s linear infinite alternate;
  transform-origin: center;
}

#faq-page>div>div.inner_ {
  position: relative;
  padding: 2em 4em;
  position: relative;
  margin-top: 2em;
}

#faq-page>div>div.inner_>div.sml_round1 {
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}

#faq-page>div>div.inner_>div.sml_round1,
#faq-page>div.inner_>.traingle_ {
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

#faq-page>div>div.inner_>div.sml_round1 {
  position: absolute;
  right: 6%;
  top: -80%;
}

#faq-page>div>div.inner_>div.big_round {
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

#faq-page>div>div.inner_>div.big_round {
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

#faq-page>div>div.inner_>div.big_round {
  z-index: -1;
}

#faq-page>div>div.inner_>div.big_round {
  position: absolute;
  right: -124px;
  bottom: 0px;
}

#faq-page>div>div.traingle_ {
  -webkit-transition-delay: 1.4s;
  -o-transition-delay: 1.4s;
  transition-delay: 1.4s;
}

#faq-page>div>div.traingle_ {
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

#faq-page>div>div.traingle_ {
  position: absolute;
  left: 10%;
  top: 50%;
  z-index: -1;
  padding-top: 14%;
  width: 16%;
}

#contact-us>div>div {
  position: relative;
}

#contact-us>div>div>div.form-outer.wow.animate__.animate__fadeInUp.animated>div>div.traingle_ {
  position: absolute;
  left: 60%;
  bottom: 68%;
  padding-top: 15%;
  width: 85%;
  z-index: -1;
  transform: rotate(-15deg);
}

#contact-us>div>div>div.form-outer.wow.animate__.animate__fadeInUp.animated>div>div.big_round {
  direction: rtl;
  position: absolute;
  right: -110px;
  bottom: -82px;
}

#contact-us>div>div>div.form-outer.wow.animate__.animate__fadeInUp.animated>div>div.big_round {
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

#contact-us>div>div>div.form-outer.wow.animate__.animate__fadeInUp.animated>div>div.big_round {
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

#contact-us>div>div>div.form-outer.wow.animate__.animate__fadeInUp.animated>div>div.sml_round1 {
  position: absolute;
  right: 6%;
  bottom: -4%;
}

#contact-us>div>div>div.form-outer.wow.animate__.animate__fadeInUp.animated>div>div.sml_round1 {
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}

#contact-us>div>div>div.form-outer.wow.animate__.animate__fadeInUp.animated>div>div.sml_round1 {
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%234c71ae'%2F%3E%3C%2Fsvg%3E") !important;
}

.swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%234c71ae'%2F%3E%3C%2Fsvg%3E") !important;
}

footer .container-fluid {
  padding-left: 2em;
  padding-right: 2em;
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

footer {
  color: #fff;
  overflow: hidden;
  position: relative;
  clear: both;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

body .progress-wrap {
  -webkit-box-shadow: inset 0 0 0 2px rgb(0 0 0 / 20%);
  box-shadow: inset 0 0 0 2px rgb(0 0 0 / 20%);
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

body .progress-wrap {
  -webkit-box-shadow: inset 0 0 0 2px rgb(0 0 0 / 20%);
  box-shadow: inset 0 0 0 2px rgb(0 0 0 / 20%);
}

.progress-wrap {
  position: fixed;
  right: 1.5em;
  bottom: 1.5em;
  height: 40px;
  width: 40px;
  cursor: pointer;
  display: block;
  border-radius: 50%;
  -webkit-box-shadow: inset 0 0 0 2px hsl(0deg 0% 100% / 20%);
  box-shadow: inset 0 0 0 2px hsl(0deg 0% 100% / 20%);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(15px);
  -ms-transform: translateY(15px);
  transform: translateY(15px);
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.progress-wrap:before {
  opacity: 0.5;
  background-image: -webkit-linear-gradient(152deg, #74d3dd, #74d3dd);
  background-image: -o-linear-gradient(152deg, #74d3dd, #74d3dd);
  background-image: linear-gradient(298deg, #74d3dd, #74d3dd);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  z-index: 2;
}

.progress-wrap:after,
.progress-wrap:before {
  position: absolute;
  font-family: technology !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\6c";
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  left: 0;
  top: 0;
  height: 40px;
  width: 40px;
  cursor: pointer;
  display: block;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body .progress-wrap:after {
  color: #1f2029;
}

.progress-wrap:after {
  color: #ecedf3;
  z-index: 1;
}

.progress-wrap:after,
.progress-wrap:before {
  position: absolute;
  font-family: technology !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\6c";
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  left: 0;
  top: 0;
  height: 40px;
  width: 40px;
  cursor: pointer;
  display: block;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.helper-text {
  position: relative;
  min-height: 18px;
  display: block;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.54);
}

#text {
  background-color: #e26d1a;
  color: #000000;
  border: #000000 1px solid;
  width: 150px;
}

#remove {
  background-color: #e26d1a;
  padding: 2px 10px;
  border-radius: 50%;
  margin-left: 7px;
}

.select-file::-webkit-file-upload-button {
  float: right;
}

#header-txt {
  font-size: 3.5vw;
  /* width: 80vw; */
  margin-right: auto;
  margin-left: auto;
}

#first-section>div>div>div.wow.animate__.animate__fadeInUp>p {
  width: 60vw;
  margin: auto;
  margin-top: 10rem;
  margin-bottom: 25px;
  font-size: 1.8vw !important;
}

#header-section {
  width: 70%;
  margin: auto;
  margin-top: 15%;
}

#main>div>div.my-4 {
  margin-top: 15%;
}

.text-mid {
  font-size: 1.4vw !important;
}

@media only screen and (max-width: 1024px) {
  .big_round {
    width: 120px;
    height: 120px;
  }

  .big_round {
    width: 196px;
    height: 196px;
    border-radius: 50%;
    background: #e8843e;
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    -webkit-animation: sml_anim 2s linear infinite alternate;
    animation: sml_anim 2s linear infinite alternate;
  }
}

@media only screen and (max-width: 1024px) {
  #about>div.container>div>div>div.big_round {
    bottom: -45px;
  }
}

@media only screen and (max-width: 767px) {
  #about>div.container>div>div>div.big_round {
    bottom: -30px;
    right: -40px;
  }
}

@media only screen and (max-width: 767px) {
  .big_round {
    width: 80px;
    height: 80px;
  }
}

#contact-us:dir(rtl)>div>div>div.form-outer.wow.animate__.animate__fadeInUp.animated>div.sml_round1,
#contact-us:dir(rtl)>div>div>div.form-outer.wow.animate__.animate__fadeInUp.animated>div.traingle_,
#contact-us:dir(rtl)>div>div>div.form-outer.wow.animate__.animate__fadeInUp.animated>div.big_round {
  right: auto !important;
  left: 0;
}

body[dir="rtl"]>#contact-us>div>div>div.form-outer.wow.animate__.animate__fadeInUp.animated>div div.big_round {
  right: auto;
  left: -10%;
}

body[dir="rtl"]>#contact-us>div>div>div.form-outer.wow.animate__.animate__fadeInUp.animated>div>div.sml_round1 {
  right: auto;
  left: 6%;
}

@media only screen and (max-width: 480px) {
  #contact-us>div>div>div.contact-list>ul>li>span {
    font-size: 0.7rem;
  }

  #contact-us>div>div>div.contact-list>ul>li {
    margin-bottom: 1em;
  }

  #contact-us>div>div>div.contact-list>ul>li>img {
    width: 30px;
    height: 30px;
  }
}

input[type="file"] {
  display: inline-block !important;
  padding: 6px 12px;
  cursor: pointer;
}

#contact-form>div.sbmt_btn>button {
  border: none;
  background: #e8843e;
  color: #fff;
  width: 125px;
  height: 125px;
  border-radius: 50%;
  font-size: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

[class*=" icon-"]:before,
[class^="icon-"]:before,
[data-icon]:before {
  font-family: technology !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#contact-form>div.sbmt_btn>button>i {
  -webkit-animation: mousehover 0.8s linear alternate;
  animation: mousehover 0.8s linear alternate;
}

#contact-form>div.sbmt_btn>button>i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

#contact-form-submit {
  display: flex;
  justify-content: center;
  align-items: center;
}

#contact-form-submit>img {
  width: 80% !important;
  height: 80% !important;
}

@media only screen and (max-width: 992px) {
  #contact-form-submit>img {
    width: 120% !important;
    height: 120% !important;
  }
}

.flip-card {
  background-color: transparent;
  width: 300px;
  height: 200px;
  border: 1px solid #f1f1f1;
  perspective: 1000px;
  /* Remove this if you don't want the 3D effect */
}

/* This container is needed to position the front and back side */
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  /* Safari */
  backface-visibility: hidden;
}

/* Style the front side (fallback if image is missing) */
.flip-card-front {
  background-color: #bbb;
  color: black;
}

/* Style the back side */
.flip-card-back {
  background-color: dodgerblue;
  color: white;
  transform: rotateY(180deg);
}

#right_round {
  left: auto !important;
  right: -20px !important;
}

#programe-tracks>div>div.md\:container.m-auto.vh-100.relative {
  height: 100%;
}

#programe-tracks>div>div.md\:container.m-auto.vh-100.relative #swiper-container {
  height: 100%;
}

#programe-tracks>div {
  /* min-height: 80vh; */
  /* height: 80vh; */
}

#header-section {
  margin: auto;
  margin-top: 200px;
}

#video-section {
  border: 10px solid #2e2d54;
  padding: 0;
  max-width: 40vw;
  margin: auto;
  margin-bottom: 15rem;
}

#programe-tracks>div>div.md\:container.m-auto.vh-100.relative #swiper-container {
  width: 100%;
}

#header-section>h2 {
  margin-top: 10rem;
}

.h-80 {
  height: 70vh;
}

#infographic-img {
  max-width: 60vw;
  margin: 6rem auto;
}

#video-div-home {
  width: 100%;
  padding: 0;
}

.home-section.hme_abt .inner_ .img_bx {
  width: 60%;
}

#images-section {
  margin-top: 12rem;
  padding-top: 0;
}

#images-section>div>img {
  margin-bottom: 8rem;
}

#about {
  margin-top: 7%;
}

#home-header-section {
  margin-top: 12rem;
}

@media only screen and (max-width: 992px) {
  #images-section {
    margin-top: 5rem;
  }

  #images-section>div>img {
    margin-bottom: 3rem;
  }

  body>section.my-1>div>div>div.wow.animate__.animate__fadeInUp>span {
    font-size: 0.8rem !important;
  }

  .text-mid,
  .image-title {
    font-size: 1rem !important;
  }

  #about {
    margin-top: 3rem;
  }

  .hexagon {
    margin: 3rem auto;
  }

  #who-can-apply {
    margin-top: 3rem;
  }

  #dates>div>div.gap-8.grid.md\:grid-cols-3.place-items-center.place-content-center.my-12 {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  #header-txt {
    font-size: 1.2rem;
    margin-top: 15%;
  }

  #main>div>div {
    margin-top: 3rem;
  }

  .header-content {
    /* margin-top: 7rem; */
  }

  #header-section {
    width: 90vw;
    margin-top: auto;
  }

  #first-section>div>div>div.wow.animate__.animate__fadeInUp.animated>p {
    margin-top: auto;
  }

  #main {
    height: 70vh !important;
  }

  #images-section img {
    width: 100%;
  }
}

.second-video {
  max-width: 52vw;
}

html {
  overflow-x: hidden;

}

@media only screen and (max-width: 767px) {
  section {
    width: 100vw;
  }

  #video-section {
    width: 90vw;
    max-width: 90vw;
  }

  #header-section>h2 {
    margin-top: 8rem;
  }

  #images-section {
    margin-top: 5rem;
  }

  #images-section>div>img {
    margin-bottom: 3rem;
  }

  body>section.my-1>div>div>div.wow.animate__.animate__fadeInUp>span {
    font-size: 0.8rem !important;
  }

  .text-mid,
  .image-title {
    font-size: 1rem !important;
  }

  #about {
    margin-top: 2rem;
  }

  .hexagon {
    margin: 3rem auto;
  }

  #who-can-apply {
    margin-top: 3rem;
  }

  body>nav>div>div>a:nth-child(3),
  body>nav>div>div>a:nth-child(4),
  body>nav>div>div>a:nth-child(5),
  body>nav>div>div>a:nth-child(6) {
    display: none;
  }

  #apply-nav-btn {
    width: 6rem;
  }

  #dates>div>div.gap-8.grid.md\:grid-cols-3.place-items-center.place-content-center.my-12 {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  #header-txt {
    font-size: 1.2rem;
  }

  #main>div>div {
    margin-top: 3rem;
  }

  .header-content {
    /* margin-top: 7rem; */
  }

  #header-section {
    width: 90vw;
  }

  #first-section>div>div>div.wow.animate__.animate__fadeInUp.animated>p {
    margin-top: auto;
  }

  #main {
    height: 70vh !important;
  }

  #images-section img {
    width: 100%;
  }

  body {
    max-width: 100vw;
  }

  #about-main,
  section {
    width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  #first-section>div>div>div.wow.animate__.animate__fadeInUp.animated>p {
    margin-top: auto;
  }

  #images-section {
    margin-top: 5rem;
  }

  #images-section>div>img {
    margin-bottom: 3rem;
  }

  body>section.my-1>div>div>div.wow.animate__.animate__fadeInUp>span {
    font-size: 0.8rem !important;
  }

  .text-mid,
  .image-title {
    font-size: 1rem !important;
  }

  #about {
    margin-top: 3rem;
  }

  .hexagon {
    margin: 4rem auto;
  }

  #who-can-apply {
    margin-top: 5rem;
  }

  #dates>div>div.gap-8.grid.md\:grid-cols-3.place-items-center.place-content-center.my-12 {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  #header-txt {
    font-size: 1rem;
  }

  #video-section {
    border: 10px solid #2e2d54;
    padding: 0;
    margin: auto;
    margin-bottom: 10rem;
  }

  #infographic-img {
    max-width: 90vw;
    margin: 3rem auto;
  }

  #main>div>div {
    margin-top: 3rem;
  }

  .header-content {
    /* margin-top: 10rem; */
  }

  #contact-us {
    margin-top: 1rem;
  }

  section {
    padding: .3rem;
    margin: 1rem 0;
  }

  #header-section {
    width: 90vw;
  }

  #main {
    height: 70vh !important;
  }

  #images-section img {
    width: 100%;
  }

  footer {

    margin-top: 5rem;
  }
}

footer {
  color: #000000;
}

#first-section {
  /* margin-top: 10rem; */
  padding-top: 0;
}

#images-section>div {
  margin: auto;
  flex-direction: column;
  width: 60%;
}


#programe-tracks {
  padding: 0;
}

#programe-tracks>div {
  margin: auto;
  padding: 0;
  max-width: 100%;
}


/* .vh-50{
  height: 100vh;
} */

.slider-height {
  height: 20rem !important;
}

.image-title {
  width: auto !important;
}

.focused-label {
  opacity: .65;
  transform: scale(0.85) translateY(-1rem) translateX(0.15rem);
}
body[dir="rtl"] .focused-label  {
  opacity: .65;
  transform: scale(0.85) translateY(-1rem) translateX(6.15rem);
}
@media screen and (max-width:768px) {
  body[dir="rtl"] .focused-label, body[dir="rtl"] > #apply-form > div:nth-child(8) > div > label, body[dir="rtl"] > #apply-form > div:nth-child(2) > div > label {
    opacity: .65;
    transform: scale(0.85) translateY(-1rem) translateX(4.15rem) !important;
  }
  body[dir="rtl"] > nav > div > a > img{
    width: 90% !important;
  }
  body[dir="rtl"] > #apply-form > div:nth-child(2) > div:nth-child(6) > label, body[dir="rtl"] > #apply-form > div:nth-child(2) > div:nth-child(7) > label{
    transform: scale(0.85) translateY(-1rem) translateX(2.15rem) !important
  }
}

.focused-label {
  opacity: .65;
  transform: scale(0.85) translateY(-1rem) translateX(.15rem);
}

/* a{
  font-family: "proxima,Droid Arabic Kufi,Arial,sans-serif !important;"
} */
.nav-link a {
  color: #2e2d54 !important;

}

@media screen and (max-width:449px) {
  /* body[dir="rtl"] .navbar {
    width: 100vw;
    background-color: yellow !important;
  } */

  body[dir="rtl"] .pictureSize {
    height: 70px !important;
    /* margin-right: -20px !important; */
  }
}

@media screen and (min-width:450px) and (max-width:767px) {
  /* body[dir="rtl"] .navbar {
    width: 100vw;
    background-color: red !important;
  } */

  body[dir="rtl"] .pictureSize {
    height: 85px !important;
    margin-right: -72px !important;
  }
}

@media screen and (min-width:768px) {
  /* body[dir="rtl"] .navbar {
    width: 100vw;
    background-color: aqua !important;
  } */

  body[dir="rtl"] .pictureSize {
    height: 85px !important;
    margin-right: -15px !important;
  }
  .logo{
    margin-right: 3rem;
  }
}
.logo{
  margin-right: 1rem;
}
@media screen and (min-width:390px) and (max-width:800px) {
  .pictureSize {
    height: 70px !important;
    width: 100% !important;
    
  }
  .navbar .logo{
    margin: auto 2rem;
  }
}
body[dir="rtl"] .file-label{
  opacity: .65 !important;
  transform: scale(0.85) translateY(-1rem) translateX(6.15rem) !important;
}

.file-label{
  opacity: .65 !important;
  transform: scale(0.85) translateY(-1rem) translateX(0.15rem) !important;
}

#video-div-prev-1{
  width: 100%;
}

*{
  font-family: proxima, Droid Arabic Kufi, Arial, sans-serif !important;
}

.navLinks{
  text-transform: uppercase;
}

#about-main > div > div.my-1 > button > a{
  color: #74d3dd;
}

.navbar{
  z-index: 9999;
}

.scrolled header .navbar{
  background-color: white;
}
.scrolled header {
  background: #fff;
  -webkit-box-shadow: 0 0 5px rgb(14 12 86 / 50%);
  box-shadow: 0 0 5px rgb(14 12 86 / 50%);
}
.scrolled header .navbar {
  height: 120px;
  -webkit-box-shadow: 0 0 5px rgb(14 12 86 / 50%);
  box-shadow: 0 0 5px rgb(14 12 86 / 50%);
}

